Combining server-side data and local state with Apollo client directive
May 26, 2019
Apollo and GraphQL are great. But managing client-side state in Apollo can be horribly verbose. The docs are unclear and the community's feedback, in general, is not very positive. So you might not even consider using Apollo for local state management. At the same time, it would be great to have a…